home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- amiga_dump.c
- */
-
- extern void * __far first_fn;
-
- extern void * __far last_fn;
-
- void cpr(void);
-
- void * dump_malloc(int );
-
- void bailout(char * );
-
- void print_ranges(void);
-
- void * hunk_pointer(void * );
-
- int hunk_lispptr(int * , int );
-
- void patch_buffer(int buf);
-
- void patch_pointers(int * objptr);
-
- void patch_chain(void ** , int );
-
- void patch(void);
-
- int dump(char * );
-
- void * make_pointer(void * );
-
- int make_lispptr(int * , int );
-
- void unpatch_buffer(int buf);
-
- void unpatch_pointers(int * objptr);
-
- void unpatch_chain(void ** , int );
-
- void unpatch(void);
-
- int undump(char * );
-
- void map_out_data(char * );
-
- void map_in_data(int );
-
-